DevForce Help Reference
BuildCreateInstance<TOut>(Type) Method


For internal use only
Syntax
'Declaration
 
Public Overloads Shared Function BuildCreateInstance(Of TOut)( _
   ByVal inputArgType As Type _
) As Func(Of Object,TOut)
'Usage
 
Dim inputArgType As Type
Dim value As Func(Of Object,TOut)
 
value = MemberInfoFns.BuildCreateInstance(Of TOut)(inputArgType)
public static Func<object,TOut> BuildCreateInstance<TOut>( 
   Type inputArgType
)

Parameters

inputArgType

Type Parameters

TOut
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MemberInfoFns Class
MemberInfoFns Members
Overload List

Send Feedback